CancellableGenericTinyMessage
StockSharp.Xaml.Charting.Common.Messaging
Basic "cancellable" generic message
继承自: TinyMessageBase
构造函数
CancellableGenericTinyMessage(object, T, Action)
Create a new instance of the CancellableGenericTinyMessage class.
- sender
- Message sender (usually "this")
- content
- Contents of the message
- cancelAction
- Action to call for cancellation
属性
Content : T
Contents of the message